object frmAvisoConexion: TfrmAvisoConexion Left = 233 Top = 124 BorderIcons = [biSystemMenu] BorderStyle = bsSingle BorderWidth = 11 Caption = 'frmAvisoConexion' ClientHeight = 186 ClientWidth = 427 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 49 Height = 186 Align = alLeft BevelOuter = bvNone ParentColor = True TabOrder = 0 object PandaBrown1: TImage Left = 0 Top = 0 Width = 32 Height = 32 Picture.Data = {} Transparent = True end end object Panel2: TPanel Left = 49 Top = 0 Width = 378 Height = 186 Align = alClient BevelOuter = bvNone ParentColor = True TabOrder = 1 object Bevel1: TBevel Left = 0 Top = 13 Width = 370 Height = 20 Align = alTop Constraints.MaxWidth = 370 Constraints.MinWidth = 370 Shape = bsSpacer end object lblDesc1: TLabel Left = 0 Top = 0 Width = 370 Height = 13 Align = alTop Caption = 'Descripcion 1' Constraints.MaxWidth = 370 Constraints.MinWidth = 370 WordWrap = True end object lblDesc2: TLabel Left = 0 Top = 33 Width = 370 Height = 13 Align = alTop Caption = 'Descripcion 2' Constraints.MaxWidth = 370 Constraints.MinWidth = 370 WordWrap = True end object chkNoPreguntar: TPlaCheckBox Left = 6 Top = 162 Width = 99 Height = 16 Anchors = [akLeft, akBottom] Caption = 'chkNoPreguntar' TabOrder = 0 end object btnOk: TPlaButton Left = 294 Top = 162 Width = 70 Height = 21 Caption = 'btnOk' TabOrder = 1 OnClick = btnOkClick end end end